home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19961006-19970104 / 000093_news@columbia.edu _Fri Nov 1 10:01:22 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id KAA29980 for <kermit.misc@watsun.cc.columbia.edu>; Fri, 1 Nov 1996 10:01:21 -0500 (EST)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id KAA25067 for kermit.misc@watsun; Fri, 1 Nov 1996 10:01:18 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Question about kermit transfer rates.
  8. Date: 1 Nov 1996 15:00:34 GMT
  9. Organization: Columbia University
  10. Lines: 34
  11. Message-ID: <55d3ai$9gk@apakabar.cc.columbia.edu>
  12. References: <Pine.ULT.3.93.961031223333.29154A-100000@coho.halcyon.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <Pine.ULT.3.93.961031223333.29154A-100000@coho.halcyon.com>,
  16. Tom Redfern  <thos@halcyon.com> wrote:
  17. : I'm having some problem getting binary transfer rates higher than about
  18. : 1000 cps with kermit.
  19. :
  20. On what kind of connection?  What did you expect to get?
  21.  
  22. : I've been messing with both ends setting
  23. : packet sizes etc.  Just playing around so far, but its not good.
  24. : Is kermit capable of high transfer rates?
  25. :
  26. Yes.
  27.  
  28. : What kind of performance are
  29. : people getting doing binary transfers?  What should I be shooting for?
  30. : I'm useing kermit 5A for unix at both ends.
  31. On a V.32bis/V.42/V.42bis connection, RTS/CTS flow control, no parity, 57600
  32. bps interface speed:
  33.  
  34.   Typical text files:        3500 cps (characters per second)
  35.   Uncompressed binary files: 2400 cps (e.g. PC KERMIT.EXE)
  36.   Compressed files:          1600 cps (e.g. ZIP files)
  37.  
  38. Double those figures for V.34.  For details, see the Kermit FAQ:
  39.  
  40.   http://www.columbia.edu/kermit/faq.html
  41.   ftp://kermit.columbia.edu/kermit/faq.txt
  42.  
  43. It explains the 3 or 4 tuning parameters that let you achieve top performance
  44. on any particular connection.
  45.  
  46. - Frank